Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fix, support array datatype in MV #211

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

penghuo
Copy link
Collaborator

@penghuo penghuo commented Jan 4, 2024

Description

  1. Fix bug of array type support when create materialized view. Instead of using array using array<elementType>.
  2. Add data type mapping between spark datatype and OpenSearch datatype.
  • Spark ArrayType map to ElementType in OpenSearch
  • Spark BinaryType map to binary type in OpenSearch

Issues Resolved

#112

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@penghuo penghuo self-assigned this Jan 4, 2024
@penghuo penghuo added the 0.2 label Jan 4, 2024
@penghuo penghuo marked this pull request as ready for review January 5, 2024 02:04
@penghuo penghuo merged commit d9b9dda into opensearch-project:main Jan 5, 2024
4 checks passed
@penghuo penghuo deleted the bugFix/112 branch January 5, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants